core: Import bup's "rollsum" code, add a test case
authorColin Walters <walters@verbum.org>
Thu, 15 Aug 2013 13:14:26 +0000 (09:14 -0400)
committerColin Walters <walters@verbum.org>
Tue, 4 Feb 2014 15:12:56 +0000 (10:12 -0500)
commit844c5ea652251d57f8afbd3ca133d7fc3ce8fc50
tree8728f0cb33ba52316929595ee51f89696035b2af
parent8c2a3efadbbd63d8d75601c8857ee329001d443d
core: Import bup's "rollsum" code, add a test case

For static deltas, one strategy that will be employed is to split each
object into chunks, and only include changed chunks in the deltas.
Makefile-tests.am
src/libostree/bupsplit.c [new file with mode: 0644]
src/libostree/bupsplit.h [new file with mode: 0644]
tests/test-rollsum.c [new file with mode: 0644]